home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / command-interface / vanilla.scm < prev   
Encoding:
Text File  |  1994-09-27  |  9.7 KB  |  23 lines  |  [TEXT/CCL2]

  1. ;;; vanilla.scm -- plain vanilla command-line interface
  2. ;;;
  3. ;;; author :  Sandra Loosemore
  4. ;;; date   :  27 Jul 1993
  5. ;;;
  6.  
  7.  
  8.  
  9. ;;;=========================================================================
  10. ;;; Setup
  11. ;;;=========================================================================
  12.  
  13.  
  14. ;;; Input for the command interface just reads from standard input.
  15.  
  16. (define (vanilla-input-hook)
  17.   (read-line))
  18.  
  19.  
  20. ;;; Initialize extension buffer, etc. here.
  21.  
  22. (define *remembered-extension* "")
  23. (define *remembered-previou